For decades, the Latino population in America has been dispersing from a few metropolitan areas in the Southwest to every corner of the country. According to Pew Research, the 100 largest counties by Hispanic population contained 71% of all Hispanics in 2013. In 1990, the figure stood at 78%. In other words, considerable growth has occurred in regions outside the most predominantly Latino regions.
This project seeks to understand the livelihoods of Latinos in new destinations. Where are the most impoverished and affluent Latinos in the country? Where are the highest and lowest gaps and rates of homeownership, educational attainment, income, health insurance coverage, and poverty? Where have these gaps been closing fastest or slowest? What similarities and differences can we observe between established metropolitan areas and emerging destinations or between small towns and large metros?
Latino Health Insurance Coverage
Nationwide, 18% of Latinos do not have health insurance. However, there are severe regional differences. Western states had an average 13.8% uninsured rate, the Midwest had a 17% uninsured rate, the South stood at 25.3%, and the Northeast had a 12.7% uninsured rate.
A clear political pattern emerges for Latino health insurance coverage. Conservative states have high uninsured rates, while liberal states have lower rates of uninsured. This is likely because of state expansions of government programs such as Medicaid and Medicare. California, for example, recently expanded its Medi-Cal program to cover undocumented immigrants.
plot_usmap(regions = "counties", data = lat_health_2019, values = "legend_lat_health_2019", colour = "grey35")+
labs(title = "Uninsured Latino Population, 2019",subtitle = "Share of Uninsured Latinos by County", caption = "Source: U.S. Census Bureau, Census Table C27001I", fill = "Share Uninsured")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c(">27%" = "#cc4c02", "18%-27%" = "#fe9929", "9%-18%" = "#fed98e", "<9%" = "#ffffd4"))
White-Latino Uninsured Gap
There are also clear regional patterns in the insurance coverage gap. The Southwest and parts of the Northeast are notable for having low gaps, while the South has large gaps. Citizenship status may play a role in the health insurance coverage gap. Some progressive states have opened state-un programs that include undocumented immigrants while other states refuse to expand Medicaid. The states that have not expanded Medicaid (WY, SD, KS, TX, WI, MS, AL, GA, FL, SC, NC, TN), for example, have the lowest coverage and highest gaps.
The Midwest and South had an average coverage gap of 10% while the Northeast and West had an average gap of 6-7%.
plot_usmap(regions = "counties", data = health_gap_2019, values = "legend_health_gap_2019", colour = "grey35")+
labs(title = "Uninsured Gap in the United States, 2019",subtitle = "White-Latino Gap in Insurance Coverage in the United States by County", caption = "Source: U.S. Census Bureau, Census Table C27001I and C27001A", fill = "Coverage Gap")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c("No Gap" = "#2c7fb8", "0%-7.5%" = "#fff7bc", "7.5%-15%" = "#fec44f", ">15%" = "#d95f0e"))
Change in White-Latino Gap
Most Western states such as California, Arizona, New Mexico, and Nevada expanded Medicaid in 2014 and have made great progress in closing the uninsured gap. As such, the West has successfully closed the coverage gap by 50% between 2012 and 2019. The Northeast has also closed the gap 40%, the Midwest by 32%, and the South lags behind with an 18% gap decline fueled mostly by Florida.
plot_usmap(regions = "counties", data = health_gap_12to19, values = "legend_change_health_gap_12to19", colour = "grey35")+
labs(title = "Change in White-Latino Health Insurance Coverage Gap, 2012-2019",subtitle = "Rate of Change in Gap by County", caption = "Source: U.S. Census Bureau, Census Table C27001I & C27001A", fill = "Change in Gap")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c("Gap Narrowed Over 50%" = "#d95f0e", "Gap Narrowed 25%-50%" = "#fec44f", "Gap Narrowed 0%-25%" = "#fff7bc", "Gap Widened" = "#bcbddc"))
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 0.02104 0.23064 0.30610 0.31939 0.40114 0.75328
Latino Educational Attainment
Latinos without a high school degree are evenly spread across the country with minimal variations. About 28% of Latinos in the Northeast and one in three Latinos in the West have no high school degree.
plot_usmap(regions = "counties", data = lat_edu_2019, values = "legend_lat_edu_2019", colour = "grey35")+
labs(title = "Latino Educational Attainment, 2019",subtitle = "Share of Latinos with Less than a High School Degree by County", caption = "Source: U.S. Census Bureau, Census Table C15002I", fill = "Share")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c(">40%" = "#cc4c02", "30%-40%" = "#fe9929", "20%-30%" = "#fed98e", "<20%" = "#ffffd4"))
Latino Education Gap
The Midwest has the highest education gap, with a difference of 23%. The South, Northeast, and West have lower education gaps with 15.7%, 17.3%, and 19.3%, respectively.
plot_usmap(regions = "counties", data = edu_gap_2019, values = "legend_edu_gap_2019", colour = "grey35")+
labs(title = "Education Gap, 2019",subtitle = "White-Latino Gap in Share with Less than a High School Degree by County", caption = "Source: U.S. Census Bureau, Census Table C15002I & C15002A", fill = "Education Gap")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c("No Gap" = "#2c7fb8", "0%-15%" = "#fff7bc", "15%-30%" = "#fec44f", ">30%" = "#d95f0e"))
Change in Latino Education Gap
The education gap is slowly closing across the country with the exception of micropolitan areas in the Northeast and the rural South.
plot_usmap(regions = "counties", data = edu_gap_12to19, values = "legend_change_edu_gap_12to19", colour = "grey35")+
labs(title = "Change in White-Latino Educational Attainment Gap, 2012-2019",subtitle = "Rate of Change in Gap by County", caption = "Source: U.S. Census Bureau, Census Table C15002I & C15002A", fill = "Change in Gap")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c("Gap Narrowed Over 30%" = "#d95f0e", "Gap Narrowed 15%-30%" = "#fec44f", "Gap Narrowed 0%-15%" = "#fff7bc", "Gap Widened" = "#bcbddc"))
## Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
## 2499 36351 45028 47539 55321 250001 676
Latino Median Household Income
Latinos in Western metros had the highest median household income, at $57,000 while Latinos in Midwestern, Southern, and Northeastern metros had incomes between $51-$52,000.
plot_usmap(regions = "counties", data = lat_income_2019, values = "legend_lat_MHHI_2019", colour = "grey35")+
labs(title = "Latino Median Household Income, 2019", caption = "Source: U.S. Census Bureau, Census Table B19013I", fill = "Median Household Income")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c(">$55,000" = "#ffffd4", "$46,500-$55,000" = "#fed98e", "$38,000-$46,500" = "#fe9929", "<$38,000" = "#cc4c02"))
## Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
## -212099 2637 10698 9506 18771 76104 676
White-Latino Income Gap
The largest income gaps are in Northeastern metros. Income gaps are prevalent everywhere, with Northeastern metros with over $30,000 income gaps while outlying micropolitan areas have the narrowest gaps of approximately $3,500.
plot_usmap(regions = "counties", data = income_gap_2019, values = "legend_MHHI_gap_2019", colour = "grey35")+
labs(title = "Income Gap, 2019",subtitle = "White-Latino Median Household Income Gap by County", caption = "Source: U.S. Census Bureau, Census Table B19013I & B19013A", fill = "Income Gap")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c("No Gap" = "#2c7fb8", "$0-$10,000" = "#fff7bc", "$10,000-$20,000" = "#fec44f", ">$20,000" = "#d95f0e"))
## Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
## -80.1336 -0.5690 -0.0749 1.2010 0.3171 1892.9444 38
Change in White-Latino Income Gap
Unfortunately, the income gap is widening just about everywhere, especially the Midwest and Northeast. Between 2012 and 2019, the Midwestern White-Latino income gap widened 77% while the Northeastern White-Latino gap increased 29%. Income gaps also widened over 70% in outlying metros, although the income gap narrowed slightly (11%) in central micropolitan areas. Most telling is that metropolitan areas continue to experience widening income gaps. It is unclear if the effects of Fight for $15 victories in cities and states across the country are reflected in this change.
plot_usmap(regions = "counties", data = gap_MHHI_12to19, values = "legend_change_MHHI_gap_12to19", colour = "grey35")+
labs(title = "Change in White-Latino Income Gap, 2012-2019",subtitle = "Rate of Change in Gap by County", caption = "Source: U.S. Census Bureau, Census Table B19013I & B19013A", fill = "Change in Gap")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c("Gap Narrowed Over 50%" = "#fe9929", "Gap Narrowed 0%-50%" = "#fed98e", "Gap Widened 0%-50%" = "#cbc9e2", "Gap Widened Over 50%" = "#9e9ac8"))
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 0.001944 0.164706 0.217536 0.238058 0.293809 0.744927
Latinos in Poverty
Poverty in the Latino community is higher in micropolitan areas (approximately 23-24%), than in metropolitan areas (18-19%). Northeastern, Midwestern, and Southern micropolitan areas had particularly high poverty rates over 25%. There are also slight variations by region: the West and Midwest had between 18-19% poverty rate and the South and Northeast had between 20-22%.
plot_usmap(regions = "counties", data = lat_pov_2019, values = "legend_pov_2019", colour = "grey35")+
labs(title = "Latinos in Poverty, 2019",subtitle = "Share by County", caption = "Source: U.S. Census Bureau, Census Table B17001I", fill = "Poverty Rate")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c(">30%" = "#cc4c02", "22.5%-30%" = "#fe9929", "15%-22.5%" = "#fed98e", "<15%" = "#ffffd4"))
## Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
## -0.59554 -0.14170 -0.08515 -0.09903 -0.04264 0.15087 1
White-Latino Poverty Gap
The Northeast has the most outstanding poverty gap (11%), followed by the Midwest at 9%. Northeastern micropolitan areas had a 19% poverty gap.
plot_usmap(regions = "counties", data = pov_gap_19, values = "legend_pov_gap_2019", colour = "grey35")+
labs(title = "Poverty Gap, 2019",subtitle = "White-Latino Poverty Gap by County", caption = "Source: U.S. Census Bureau, Census Table B17001I & B17001A", fill = "Poverty Gap")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c("No Gap" = "#2c7fb8", "0%-7.5%" = "#fff7bc", "7.5%-15%" = "#fec44f", ">15%" = "#d95f0e"))
## Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
## -132.9154 -0.6050 -0.3085 -0.2183 0.0186 81.8490 1577
Change in White-Latino Poverty Gap
Unlike the income gap, the poverty gap is narrowing across the country. In the South and West, the poverty gap narrowed 30% and 39%, respectively, between 2012 and 2019. In the Midwest and Northeast, the gap narrowed 16%. The narrowing gaps are fueled primarily by central and outlying metropolitan areas. In fact, outlying micropolitan areas have maintained a similar poverty gap. Western metros, for example, have closed the poverty gap by 40%.
plot_usmap(regions = "counties", data = gap_pov_12to19, values = "legend_change_pov_gap_12to19", colour = "grey35")+
labs(title = "Change in White-Latino Poverty Gap, 2012-2019",subtitle = "Rate of Change in Gap by County", caption = "Source: U.S. Census Bureau, Census Table B17001I & B17001A", fill = "Change in Gap")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c("Gap Narrowed Over 60%" = "#d95f0e", "Gap Narrowed 30%-60%" = "#fec44f", "Gap Narrowed 0%-30%" = "#fff7bc", "Gap Widened" = "#cbc9e2"))
## Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
## 0.0000 0.3936 0.5316 0.5328 0.6727 1.0000 62
Latino Homeownership
Latino homeownership rates vary significantly by region. In the Midwest and South, 51% and 53.5% of Latinos are homeowners, respectively. In the West, 46.5% are homeowners. Meanwhile, only 32% of Latinos in the Northeast are homeowners. Homeownership also follows patterns of geographic size. Metropolitan areas have low ownership rates while outlying micropolitan areas have 60-70% ownership rates. High homeownership rates, however, are not indicative of quality housing. Ownership rates may be reflective of regional housing markets and affordability crises. But there may be some ethno-racial differences.
plot_usmap(regions = "counties", data = lat_own_2019, values = "legend_own_2019", colour = "grey35")+
labs(title = "Latino Homeownership, 2019",subtitle = "Homeownership Rate by County", caption = "Source: U.S. Census Bureau, Census Table B25003I", fill = "Rate")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c(">70%" = "#d95f0e", "55%-70%" = "#fe9929", "40%-55%" = "#fed98e", "<40%" = "#ffffd4"))
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -0.18685 0.09315 0.18714 0.19180 0.27753 0.75096
White-Latino Homeownership Gap
The largest homeownership gap is in the New England division of the Northeast, with a 35% ownership gap. The East South Central states of Mississippi, Alabama, Tennessee, and Kentucky have a gap of 28%. On the other hand, the West South Central states of Texas, Oklahoma, Louisiana, and Arkansas have the narrowest gap of 8%. All other divisions have gaps between 13% and 24%.
plot_usmap(regions = "counties", data = gap_own_2019, values = "legend_own_gap_2019", colour = "grey35")+
labs(title = "Homeownership Gap in the United States, 2019",subtitle = "White-Latino Homeownership Gap by County", caption = "Source: U.S. Census Bureau, Census Table B25003I & B25003A", fill = "Ownership Gap")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c("No Gap" = "#2c7fb8", "0%-11%" = "#ffffd4", "11%-22%" = "#fed98e", "22%-33%" = "#fe9929", ">33%" = "#cc4c02"))
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## -2031.3994 -0.4272 -0.1230 -1.0457 0.1651 389.0485
Change in White-Latino Homeownership Gap
In the Midwest and Northeast, the ownership gap is remaining stable. The South has closed the gap by one-third while the West has closed it by 57%. The gap is widening in Midwestern and Northeastern outlying metros and central micropolitan areas.
plot_usmap(regions = "counties", data = gap_own_12to19, values = "legend_own_gap_12to19", colour = "grey35")+
labs(title = "Change in Homeownership Gap, 2012 - 2019",subtitle = "Rate of Change in White-Latino Homeownership Gap by County", caption = "Source: U.S. Census Bureau, Census Table B25003I & B25003A", fill = "Share")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c("Gap Narrowed Over 40%" = "#d95f0e", "Gap Narrowed 20%-40%" = "#fec44f", "Gap Narrowed 0%-20%" = "#fff7bc", "Gap Widened" = "#cbc9e2"))
## # A tibble: 4 x 6
## REGION pct_own_lat pct_lessthanHS pct_uninsured pct_pov lat_MHHI_2019
## <chr> <dbl> <dbl> <dbl> <dbl> <dbl>
## 1 Midwest 0.511 0.318 0.170 0.191 52164.
## 2 Northeast 0.320 0.283 0.127 0.222 51864.
## 3 South 0.536 0.309 0.251 0.201 50609.
## 4 West 0.465 0.335 0.138 0.182 56675.
## # A tibble: 1 x 5
## pct_own_lat pct_lessthanHS pct_uninsured pct_pov lat_MHHI_2019
## <dbl> <dbl> <dbl> <dbl> <dbl>
## 1 0.475 0.317 0.181 0.196 53345.
## existing_conditions_index gap_index change_gap_index
## Min. :-6.6376 Min. :-10.1961 Min. :-63.77503
## 1st Qu.:-1.4446 1st Qu.: -1.4618 1st Qu.: -0.20774
## Median :-0.1061 Median : 0.1232 Median : -0.10345
## Mean : 0.0000 Mean : 0.0000 Mean : 0.00000
## 3rd Qu.: 1.4379 3rd Qu.: 1.5732 3rd Qu.: 0.03504
## Max. : 8.4883 Max. : 6.1846 Max. : 42.65781
## existing_conditions_index gap_index change_gap_index
## Min. : 0.00 Min. : 0.00 Min. : 0.00
## 1st Qu.: 34.33 1st Qu.: 53.32 1st Qu.: 59.73
## Median : 43.18 Median : 63.00 Median : 59.82
## Mean : 43.88 Mean : 62.24 Mean : 59.92
## 3rd Qu.: 53.39 3rd Qu.: 71.85 3rd Qu.: 59.95
## Max. :100.00 Max. :100.00 Max. :100.00
The Opportunity Index indicates that the lowest levels of opportunity are in the South, particularly the East South Central and West South Central. The Northeast, however, has the highest levels of opportunity, particularly New England.
Outlying micropolitan and non-CBSA areas have the lowest levels of opportunity. Metros and the suburbs have higher levels of opportunity.
plot_usmap(regions = "counties", data = opp_index_scaled, values = "legend_existing_index", colour = "grey35")+
labs(title = "Latino Opportunity Map, 2019", fill = "Index Score")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c("1st Quartile" = "#2c7bb6", "2nd Quartile" = "#abd9e9", "3rd Quartile" = "#fdae61", "4th Quartile" = "#d7191c"))
The Inequality Index demonstrates the opposite story. The lowest inequality is in the East South Central states of Mississippi, Alabama, Tennessee, and Kentucky. The Northeast has very large inequalities, while the West, Midwest, and South had similar levels of regional inequality. The level of inequality declines the further from metropolitan areas Latinos find themselves in. Metros in the Northeast have the highest levels of inequality. Midwestern and Southern metros have the lowest inequalities. Although Latinos struggle more in rural areas, the inequalities are not as stark.
plot_usmap(regions = "counties", data = opp_index_scaled, values = "legend_gap_index", colour = "grey35")+
labs(title = "White-Latino Inequality Index, 2019", fill = "Index Score")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c("1st Quartile" = "#2c7bb6", "2nd Quartile" = "#abd9e9", "3rd Quartile" = "#fdae61", "4th Quartile" = "#d7191c"))
The Opportunity Trends tells a story of where the trajectory of opportunity is improving or deteriorating. The trajectory is improving in the West but deteriorating in the Midwest and Northeast. Non-CBSA areas are deteriorating the fastest, demonstrating that the trajectory for the most rural Latinos is not positive.
Western and Southern metros are improving the trajectory of opportunity.
plot_usmap(regions = "counties", data = opp_index_scaled, values = "legend_change_gap_index", colour = "grey35")+
labs(title = "Opportunity Trends Index, 2012 - 2019", fill = "Index Score")+
theme(legend.position="right", legend.title = element_text(
face = "bold",
colour = "black",
size = 10)
)+
scale_fill_manual(values = c("1st Quartile - Widening the Gap" = "#d7191c", "2nd Quartile" = "#fdae61", "3rd Quartile" = "#abd9e9", "4th Quartile - Closing the Gap" = "#2c7bb6"))
Access to opportunity may be hindered by high levels of segregation. Across the country, White-Latino segregation, as defined by the dissimilarity index, is low to moderate. In the Northeast, however, segregation is high. The Middle Atlantic states of New York, New Jersey, and Pennsylvania have higher levels of segregation than New England. On the other hand, the West North Central states of North Dakota, South Dakota, Nebraska, Kansas, Minnesota, Iowa, and Missouri have the lowest rates of segregation.
Midwestern micropolitan areas have the lowest levels of segregation, while Northeastern metros are very segregated.
plot_usmap(regions = "counties", data = opp_index_scaled, values = "wh_diss_score_legend", colour = "grey35")+
labs(title = "White-Latino Dissimilarity Index", subtitle = "Residential Segregation by MSA", caption = "Source: Brown University Spatial Structures in the Social Sciences (S4) Database", fill = "Dissimilarity")+
theme(legend.position="right")+
scale_fill_manual(values = c("Low Segregation" = "#2c7bb6", "Moderately Low Segregation" = "#abd9e9","Moderately High Segregation" = "#fdae61", "High Segregation" = "#d7191c"))
What can the data we have seen so far tell us about the opportunity landscape for Latinos? For the purposes of this project, I’ll be exploring relationships between citizenship and occupation with housing and health insurance gaps by region. I’ll also be looking at relationships between Latino populations size and opportunity, inequality, and trends by region.
There is a strong relationship between Latinos without citizenship and health insurance coverage. The larger the non-citizen population, the larger the White-Latino insurance coverage gaps. Federal health insurance programs such as Medicare, Medicaid, and the Affordable Care Act marketplace require citizenship for access.
Health insurance should be a right regardless of citizenship status. Eliminating the need for proof of citizenship to register for public health insurance would address the insurance coverage gap and dismantle one of many barriers for opportunity and health.
ggplot(citizenship_health %>% filter(!is.na(REGION)), aes(x= share_non_citizen, y = gap_2019, colour=DIVISION))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+labs(title = "Citizenship Shapes Insurance Coverage", x="Share Non-Citizen", y = "Insurance Coverage Gap, 2019", colour="Census Division", subtitle = "By region and Census division")+theme(strip.background = element_blank())
The insurance coverage gap does not seem to follow patterns of metropolitan area delineations. However, higher non-citizen populations in metropolitan or rural areas alike have higher insurance coverage gaps.
ggplot(citizenship_health%>% filter(!is.na(REGION)), aes(x= share_non_citizen, y = gap_2019, colour=designation))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+labs(title = "Citizenship Shapes Insurance Coverage", x="Share Non-Citizen", y = "Insurance Coverage Gap, 2019", subtitle = "By region and metropolitan delination", colour="Metropolitan Delineation")+theme(strip.background = element_blank())
There is also a strong relationship between homeownership and citizenship, especially in the South and West, and to a less extent, in the Midwest and Northeast. The Northeast generally has low homeownership regardless of citizenship status. However, an interesting counter-pattern exists in the West North Central division of the Midwest. Citizenship seems to not impact homeownership, and in fact, the homeownership gap gets smaller as non-citizen share of Latino population increases. In the Middle Atlantic, the relationship is flat. Further study is needed to understand why this is the case.
ggplot(citizenship_housing%>% filter(!is.na(REGION)), aes(x= share_non_citizen, y = own_gap_2019, colour=DIVISION))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+labs(title = "Citizenship Shapes Homeownership", x="Share Non-Citizen", y = "Homeownership Gap, 2019", subtitle = "By region and Census division", colour="Census Division")+theme(strip.background = element_blank())
The homeownership gap also does not seem to follow patterns of metropolitan area delineations.
ggplot(citizenship_housing%>% filter(!is.na(REGION)), aes(x=share_non_citizen, y = own_gap_2019, colour=designation))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+labs(title = "Citizenship Shapes Homeownership", x="Share Non-Citizen", y = "Homeownership Gap, 2019", subtitle = "By region and Metropolitan delineation", colour="Metropolitan delineation")+theme(strip.background = element_blank())
Latino labor occupations also directly shape the extent of the health insurance coverage gap. Across the country, counties with a higher share of Latino blue collar workers have higher coverage gaps. In the Northeast, the gaps are not as severe. This is perhaps the only indicator where Northeastern inequalities are lowest compared to the rest of the country.
ggplot(labor_health%>% filter(!is.na(REGION)), aes(x= share_blue_collar_jobs, y = gap_2019, colour=DIVISION))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+labs(title = "Occupation Shapes Health", x="Share Blue Collar", y = "Health Insurance Coverage Gap, 2019", subtitle = "By region and Census division", colour="Census Division")+theme(strip.background = element_blank())
The health insurance coverage gap is highest in metropolitan areas in all regions. However, rural areas in the South and West have larger gaps than metros in those same regions.
ggplot(labor_health%>% filter(!is.na(REGION)), aes(x=share_blue_collar_jobs, y = gap_2019, colour=designation))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+labs(title = "Occupation Shapes Health", x="Share Blue Collar", y = "Insurance Coverage Gap, 2019", subtitle = "By region and Metropolitan designation", colour="Metropolitan delineation")+theme(strip.background = element_blank())
The extent to which occupation impacts housing varies by region. In the Midwest, the homeownership gap closes as the share of blue collar Latinos increases. In the Northeast and the West, the ownership gap increases as Latino blue collar workers as a share of the population increases. The South has mixed results. The South Atlantic and West South Central increase ownership gaps with higher Latino blue collar workers, but the relationship is not as strong in the East South Central - a surprising finding.
ggplot(labor_housing%>% filter(!is.na(REGION)), aes(x=share_blue_collar_jobs, y =own_gap_2019, colour=DIVISION))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+labs(title = "Occupation Shapes Homeownership", x="Share Blue Collar", y = "Homeownership Gap, 2019", subtitle = "By region and Census division", colour="Census Division")+theme(strip.background = element_blank())
## Warning: Removed 1 rows containing non-finite values (stat_smooth).
## Warning: Removed 1 rows containing missing values (geom_point).
Homeownership gaps tend to increase in metropolitan and rural areas alike across the country. However, micropolitan counties in the Midwest are the notable exception to that homeownership gap. The gap decreases in strong Latino blue collar counties.
ggplot(labor_housing%>% filter(!is.na(REGION)), aes(x=share_blue_collar_jobs, y =own_gap_2019, colour=designation))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+labs(title = "Occupation Shapes Homeownership", x="Share Blue Collar", y = "Homeownership Gap, 2019", subtitle = "By region and Metropolitan delineation", colour="Metropolitan Delineation")+theme(strip.background = element_blank())
## Warning: Removed 1 rows containing non-finite values (stat_smooth).
## Warning: Removed 1 rows containing missing values (geom_point).
A combined analysis of opportunity in health, housing, education, poverty, and income demonstrates varying conditions across the country.
In the Midwest, several counties with small Latino populations (less than 25%), enjoy relative high opportunity. However, counties with larger Latino populations (over 25%) have drastically lower opportunity. This could be indicative of land use and settlement patterns in the Midwest. The Dissimilarity Index demonstrated low levels of segregation in Midwestern metros. Small places also have low levels of segregation but this might be because Latinos live in entirely different places altogether.
In the Northeast, opportunity increases in as the Latino population share increases in New England while a relatively flat relationship exists in the Middle Atlantic. This might be because Latinos in Northeastern metros may have higher health insurance coverage, higher incomes, and higher education rates despite having low homeownership rates and moderately high poverty rates. The question of inequality will be explored below.
In the South, a relatively flat relationship exists in the West South Central states, primarily due to Texas. The South Atlantic has some counties with relatively high opportunity and high Latino population, but a negative relationship still exists. The East South Central states (MS, AL, KY, and TN) see rapidly dwindling opportunity in counties with larger Latino share.
In the West, two diverging paths occur between the Pacific and Mountain states. In Pacific states, counties with a high share of Latino populations have lower opportunity, primarily led by rural areas in central California and central Washington. Meanwhile, Mountain states experience higher opportunity as the share of Latino population increases, due in part to New Mexico and southern Colorado.
ggplot(opp_analysis%>% filter(!is.na(REGION)), aes(x=Share_Latino_2019, y =existing_conditions_index, colour=DIVISION))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+labs(title = "Opportunity Index", x="Latino Population Share", y = "Opportuninty Index Score", subtitle = "By region and Metropolitan designation", colour="Metropolitan Delineation")+theme(strip.background = element_blank())
Opportunity for Latinos is shaped by the size of the region.
In the Midwest, the opportunity index score declines as the Latino population share increases, except in outlying metros, or the suburbs.
In the Northeast, metros and their suburbs experience a decline in opportunity as the Latino population share increases. However, central micropolitan areas experience a large gain.
In the South, opportunity generally declines as Latino population share increases.
In the West, outlying micropolitan and rural areas increase their opportunity as the Latino population increases, again due to New Mexico and southern Colorado.
ggplot(opp_analysis%>% filter(!is.na(REGION)), aes(x=Share_Latino_2019, y =existing_conditions_index, colour=designation))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+labs(title = "Opportunity Index", x="Latino Population Share", y = "Opportuninty Index Score", subtitle = "By region and Metropolitan designation", colour="Metropolitan Delineation")+theme(strip.background = element_blank())
Inequality remains a very different story than opportunity for Latinos. In the Midwest, inequality generally declines as the Latino population share increases. The extent to which inequality increases in the Northeast as the Latino population increases is staggering, especially with a national comparison. In the South, inequality also increases as the share of Latino population grows while inequality remains flat in the West regardless of population share.
ggplot(inequality_analysis%>% filter(!is.na(REGION)), aes(x=Share_Latino_2019, y =gap_index, colour=DIVISION))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+labs(title = "Inequality Index", x="Latino Population Share", y = "Inequality Index Score", subtitle = "By region and Census division", colour="Census division")+theme(strip.background = element_blank())
Across the country, the suburbs are places where racial and ethnic segregation or concentration leads to higher inequality. Western and Midwestern metros and micros decrease inequality as population share increases. Central micropolitan areas in the Northeast are perhaps the largest culprit of inequality in the region. In the South, urban and rural areas alike have larger inequalities as the Latino population increases.
ggplot(inequality_analysis%>% filter(!is.na(REGION)), aes(x=Share_Latino_2019, y =gap_index, colour=designation))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+labs(title = "Inequality Index", x="Latino Population Share", y = "Inequality Index Score", subtitle = "By region and Metropolitan designation", colour="Metropolitan designation")+theme(strip.background = element_blank())
The trajectory of opportunity is improving ever so slightly across the Midwest, Northeast, and to some extent in the South and West. However, the West South Central states of Texas, Oklahoma, Louisiana, and Arkansas are leading the way in deterioration.
ggplot(inequality_analysis%>% filter(!is.na(REGION)), aes(x=Share_Latino_2019, y =change_gap_index, colour=DIVISION))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+ylim(58,60)+labs(title = "Opportunity Trends Index", x="Latino Population Share", y = "Opportunity Trends Index Score", subtitle = "By region and Census division", colour="Census Division")+theme(strip.background = element_blank())
## Warning: Removed 343 rows containing non-finite values (stat_smooth).
## Warning: Removed 343 rows containing missing values (geom_point).
The trajectory of opportunity is deteriorating in the rural South, the suburbs and small towns in the Northeast, and small towns in the West.
Meanwhile, the trajectory of opportunity is improving across the Midwest, Northeastern metropolitan areas, and Western metros and suburbs.
Specific sub-regions that require immediate attention from local, state, and federal policymakers, as well as Latino advocates will be highlighted below.
ggplot(data = inequality_analysis %>% filter(!is.na(REGION)), aes(x=Share_Latino_2019, y =change_gap_index, colour=designation))+geom_point(alpha=.15)+geom_smooth(method="lm", se=FALSE)+facet_wrap(~REGION)+ylim(58,60)+labs(title = "Opportunity Trends Index", x="Latino Population Share", y = "Opportunity Trends Index Score", subtitle = "By region and Metropolitan designation", colour="Metropolitan designation")+theme(strip.background = element_blank())
## Warning: Removed 343 rows containing non-finite values (stat_smooth).
## Warning: Removed 343 rows containing missing values (geom_point).
Based on the background information determining Latino citizenship, linguistic isolation, gender ratios, and occupation; the analysis of existing conditions, White-Latino gaps, and changes in gaps on the topics of health insurance coverage, housing, education, income, and poverty; the establishment of an opportunity index, inequality index, and opportunity trends index; and a deeper analysis into regional, sub-regional, and urban-rural relationships between each of these topics, the following topics and locations should be placed in the forefront in discussions of achieving greater Latino Inequality:
Pathway to Citizenship | Denying citizenship to a large portion of Latinos is fueling inequalities as health insurance and homeownership patterns strongly follow citizenship rates. Creating a path to citizenship would include more Latinos in the healthcare system and create the opportunity for purchasing a home. In addition to a pathway to citizenship, the barriers posed by denied ciitzenship must be dismantled. Non-citizens should be eligible for scholarships, labor protections, health insurance coverage, and other tools of opportunity.
Labor Reforms | Agricultural, manufacturing, and food industry workers are largely immigrants, especially Latino immigrants. Labor reforms should be secured to ensure adequate pay, employer-based healthcare, employer-subsidized quality housing, options for attending school, and other measures. The COVID-19 pandemic has revealed the significance of essential workers. Although the national narrative has rightly focused on grocery workers and health care workers, the laborers who feed our families and support the American manufacturing sector also merit that status.
Central Washington, southern Idaho, and northern Oregon | In addition to central California, this is the heart of agricultural Latino laborers that does not receive the attention it needs. California is making progress towards addressing farmworker concerns, but more pressure is needed to ensure Washington, Oregon, and Idaho do what they can to provide farmworkers and their families the access to opportunity they deserve.
Southwest Kansas, central Nebraska, and Iowa | This region has scattered counties with large Latino concentrations in the meat-packing and poultry industry, agruesome industry. In Champaign, we are familiar with the story of Beardstown, Illinois. However, there are many stories just like Beardstown across this region. In fact, this sub-region is most suitable because White-Latino inequalities are relatively low. Rural social and economic development can ensure Latino access to opportunity whitout the disparities seen in the Northeast.
Northern Alabama, Atlanta hinterlands, and North Carolina | Although the number of Latinos may be relatively small, they are perhaps the most vulnerable and overlooked. Over a quarter of Latinos in most of these counties are not citizens and subject to extreme exploitation. Admittedly, the political hurdles to pro-immigrant reform are high in this region, so federal policies protecting immigrants and ensuring a pathway to ciitzenship are likely to be more effective here.
Rhode Island, Connecticut, New Jersey, Massachusetts | Virtually the entire Northeast is a region of massive inequalities between Whites and Latinos that we do not assume. Metros like Hartford, CT and Providence, RI are almost 50% Latino. Additionally, the Dissimilarity Index reveals that the Northeast is the most segregated region in the country. Latinos remain to see social, political, and economic advancements as their population increases.
Race- and Ethnicity-Neutral Vulnerability Assessments Do Not Work | Vulnerability indices such as the CDC Social Vulnerability Index do not adequately capture the vulnerability for different racial and ethnic groups as it may overlook relatively small populations. The geographies explored above reveal that many of the most vulnerable Latinos make up a small minority of the population in many regions. Creating race- and ethnicity-specific vulnerability and opportunity indices could lead to more targeted efforts to relieve inequalities across the country.
Indices Should Consider Existing Conditions, Inequalities, and Trajectories | Understanding existing conditions is only the first step, but it does not delve into regional or local contexts. Inequalities reveal a stronger picture that demonstrates relative needs and inequalities. Lastly, trajectories are needed to understand how the landscape of opportunity is changing with time. For example, the Texas borderlands may have the lowest homeownership gaps in the country, but that advantage is diminshing in some places. Today’s celebration may be cause for tomorrow’s concern. Additionally, the divergent findings in the Opportunity Index and Inequality Index demonstrate that a struggle to fight inequality is very differnt from one to improve access to opportunity.
Different Regions Require Different Strategies and Approaches | The Northeast may have the most severe inequalities, but they may also be the most inclined to address them. In contrast, addressing labor and citizenship-induced inequalities in the South may be a tougher challenge. Where one region may require local, regional, and state action, other regions may require a federal mandate or incentive.